name: nfsd_fh_verify
ID: 1490
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:unsigned int netns_ino;	offset:8;	size:4;	signed:0;
	field:__data_loc u8[] server;	offset:12;	size:4;	signed:0;
	field:__data_loc u8[] client;	offset:16;	size:4;	signed:0;
	field:u32 xid;	offset:20;	size:4;	signed:0;
	field:u32 fh_hash;	offset:24;	size:4;	signed:0;
	field:const void * inode;	offset:32;	size:8;	signed:0;
	field:unsigned long type;	offset:40;	size:8;	signed:0;
	field:unsigned long access;	offset:48;	size:8;	signed:0;

print fmt: "xid=0x%08x fh_hash=0x%08x type=%s access=%s", REC->xid, REC->fh_hash, __print_symbolic(REC->type, { 0120000, "LNK" }, { 0100000, "REG" }, { 0040000, "DIR" }, { 0020000, "CHR" }, { 0060000, "BLK" }, { 0010000, "FIFO" }, { 0140000, "SOCK" }), __print_flags(REC->access, "|", { 0x001, "EXEC" }, { 0x002, "WRITE" }, { 0x004, "READ" }, { 0x008, "SATTR" }, { 0x010, "TRUNC" }, { 0x020, "LOCK" }, { 0x040, "OWNER_OVERRIDE" }, { 0x080, "LOCAL_ACCESS" }, { 0x100, "BYPASS_GSS_ON_ROOT" }, { 0x200, "NOT_BREAK_LEASE" }, { 0x400, "BYPASS_GSS" }, { 0x800, "READ_IF_EXEC" }, { 0x1000, "64BIT_COOKIE" })
